home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8740 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.0 KB  |  30 lines

  1. Newsgroups: comp.lang.c
  2. Path: cdf.toronto.edu!g5john
  3. From: g5john@cdf.toronto.edu (John Orcheson)
  4. Subject: Re: Object Oriented programming in C ????
  5. Message-ID: <g5john.826077889@cdf.toronto.edu>
  6. Organization: University of Toronto Computing Disciplines Facility
  7. X-Newsreader: NN version 6.5.0 #6 (NOV)
  8. References: <4higq7$5j2@sidhe.memra.com> <4hidvhINNcen@gambier.ugrad.cs.ubc.ca>
  9. Date: Wed, 6 Mar 1996 02:04:49 GMT
  10.  
  11. c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku) writes:
  12.  
  13. >In article <4higq7$5j2@sidhe.memra.com>,
  14. >Michael Dillon <michael@memra.com> wrote:
  15. >>Does anyone know of resources that explain how to write OO programs in C?
  16.  
  17. >Try reading some textbooks and/or papers about the object oriented design
  18. >paradigm. The C language _can_ be used to implement OO designs.  It supports
  19. >things like modularity, abstract data types as well as polymorphism (using
  20. >void *).
  21. >-- 
  22.  
  23. Hint: struct is a class without private, protected and public distinctions.
  24.  
  25.  ________________________
  26. /                        \
  27. > g5john@cdf.toronto.edu <                              
  28. \________________________/
  29.  
  30.